Skip to content

Update to Express 4#309

Open
hampelm wants to merge 3 commits intomasterfrom
express-4-clean
Open

Update to Express 4#309
hampelm wants to merge 3 commits intomasterfrom
express-4-clean

Conversation

@hampelm
Copy link
Contributor

@hampelm hampelm commented Mar 17, 2016

No description provided.

}

if (req.user && _.contains(doc.users, req.user._id)) {
if (req.user && _.includes(doc.users, req.user._id)) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lodash maintainer is running around removing aliases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant